RANDU - ترجمة إلى الروسية
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

RANDU - ترجمة إلى الروسية


RANDU         
Random Variable Unique Challenge Parameter
параметр-случайная переменная для уникального вызова

ويكيبيديا

RANDU

RANDU is a linear congruential pseudorandom number generator (LCG) of the Park–Miller type, which was used primarily in the 1960s and 1970s. It is defined by the recurrence:

V j + 1 = 65539 V j mod 2 31 {\displaystyle V_{j+1}=65539\cdot V_{j}\,{\bmod {\,}}2^{31}\,}

with the initial seed number, V 0 {\displaystyle V_{0}} as an odd number. It generates pseudorandom integers V j {\displaystyle V_{j}} which are uniformly distributed in the interval [1, 231 − 1], but in practical applications are often mapped into pseudorandom rationals X j {\displaystyle X_{j}} in the interval (0, 1), by the formula:

X j = V j 2 31 {\displaystyle X_{j}={\frac {V_{j}}{2^{31}}}} .

IBM's RANDU is widely considered to be one of the most ill-conceived random number generators ever designed, and was described as "truly horrible" by Donald Knuth. It fails the spectral test badly for dimensions greater than 2 as will be seen below.

The reason for choosing these particular values for the multiplier and modulus had been that with a 32-bit-integer word size, the arithmetic of mod 231 and 65539 {\displaystyle 65539} ( i.e.,  2 16 + 3 ) {\displaystyle ({\text{i.e., }}2^{16}+3)} calculations could be done quickly, using bitwise operators in hardware, but the values were chosen for computational convenience, not statistical quality.

What is the الروسية for RANDU? Translation of &#39RANDU&#39 to الروسية